:root{
  --navy:#011740;
  --blue:#005AFD;
  --blue-dark:#0048cc;
  --blue-soft:#eef4ff;
  --ink:#0b1f3a;
  --body:#42516b;
  --muted:#65728a;
  --line:#e5eaf1;
  --surface:#ffffff;
  --surface-alt:#f7f9fc;
  --surface-blue:#f4f8ff;
  --success:#14804a;
  --shadow:0 18px 50px rgba(1,23,64,.10);
  --shadow-soft:0 8px 30px rgba(1,23,64,.08);
  --radius-sm:10px;
  --radius:16px;
  --radius-lg:24px;
  --container:1200px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:96px}
body{
  margin:0;
  font-family:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--body);
  background:#fff;
  -webkit-font-smoothing:antialiased;
}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
button{color:inherit}
.container{width:min(var(--container),calc(100% - 80px));margin-inline:auto}
.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}
.skip-link{position:fixed;left:16px;top:-100px;z-index:1000;background:#fff;color:var(--navy);padding:12px 16px;border-radius:10px;box-shadow:var(--shadow);font-weight:700}
.skip-link:focus{top:16px}

h1,h2,h3,p{margin-top:0}
h1,h2,h3{font-family:"Manrope","Inter",sans-serif;color:var(--navy);letter-spacing:-.035em}
h1{font-size:clamp(3.25rem,5vw,4rem);line-height:1.08;margin-bottom:24px;font-weight:800}
h2{font-size:clamp(2.25rem,3.6vw,2.75rem);line-height:1.13;margin-bottom:20px;font-weight:800}
h3{font-size:1.2rem;line-height:1.35;margin-bottom:10px;font-weight:700}
p{line-height:1.75}
.eyebrow{margin:0 0 14px;color:var(--blue);font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.eyebrow-light{color:#8fb5ff}
.section{padding:108px 0}
.section-tinted{background:var(--surface-alt)}
.section-lead{font-size:1.13rem;line-height:1.7;color:#33435d}
.narrow-heading{max-width:760px}
.center{text-align:center}
.center .section-lead{margin-inline:auto}
.split-grid{display:grid;grid-template-columns:1fr 1fr;gap:84px;align-items:center}
.section-copy>p:last-of-type{margin-bottom:0}

.button-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;border-radius:11px;font-weight:700;font-size:.97rem;transition:background-color .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease;border:1px solid transparent}
.button:hover{transform:translateY(-1px)}
:where(a[href],button,summary):focus-visible{outline:3px solid var(--blue);outline-offset:3px}
.site-footer a:focus-visible,.final-cta a:focus-visible{outline-color:#8fb5ff}
.button-primary{background:var(--blue);color:white;box-shadow:0 7px 18px rgba(0,90,253,.2)}
.button-primary:hover{background:var(--blue-dark)}
.button-secondary{background:#fff;border-color:#dce3ed;color:var(--navy)}
.button-secondary:hover{background:var(--blue-soft);border-color:#c7d8f7}
.button-small{min-height:42px;padding:0 17px;font-size:.9rem}
.text-link{display:inline-flex;align-items:center;gap:8px;color:var(--blue);font-weight:700;min-height:32px}
.text-link span{transition:transform .18s ease}
.text-link:hover span{transform:translateX(4px)}
.badge{display:inline-flex;align-items:center;min-height:26px;padding:0 9px;border-radius:8px;font-family:"Inter",sans-serif;font-size:.69rem;font-style:normal;font-weight:700;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap}
.badge-blue{color:var(--blue);background:var(--blue-soft)}
.badge-neutral{color:#5e6878;background:#eff2f6}
.badge-soft{color:#355c9a;background:#edf4ff}
.product-label-row{display:flex;align-items:center;gap:10px;margin-bottom:14px}
.product-label{font-size:.82rem;color:var(--blue);font-weight:800;letter-spacing:.08em;text-transform:uppercase}

/* Header */
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);border-bottom:1px solid transparent;transition:border-color .18s ease,box-shadow .18s ease}
.site-header.scrolled{border-color:var(--line);box-shadow:0 4px 18px rgba(1,23,64,.045)}
.header-inner{height:78px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;align-items:center;flex:0 0 auto}
.brand img{width:220px;height:auto}
.site-nav{display:flex;align-items:center;gap:26px}
.nav-link,.nav-signin{font-size:.93rem;font-weight:600;color:#263851;white-space:nowrap;display:inline-flex;align-items:center;min-height:32px}
.nav-link:hover,.nav-signin:hover{color:var(--blue)}
.nav-actions{display:flex;align-items:center;gap:18px;margin-left:4px}
.nav-dropdown{position:relative}
.nav-dropdown-toggle{border:0;background:transparent;padding:18px 0;display:flex;align-items:center;gap:6px;cursor:pointer}
.nav-dropdown-toggle svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8;transition:transform .18s ease}
.nav-dropdown.open .nav-dropdown-toggle svg{transform:rotate(180deg)}
.nav-dropdown-menu{position:absolute;top:54px;left:-22px;width:440px;padding:12px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateY(-6px);transition:.18s ease}
.nav-dropdown.open .nav-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}
.product-menu-item{display:grid;grid-template-columns:38px 1fr;gap:12px;padding:12px;border-radius:12px}
.product-menu-item:hover{background:var(--surface-alt)}
.menu-icon{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;color:var(--blue);background:var(--blue-soft);font-weight:800}
.product-menu-item strong{display:flex;gap:8px;align-items:center;color:var(--navy);font-size:.93rem}
.product-menu-item strong em{font-size:.62rem;font-style:normal;letter-spacing:.05em;text-transform:uppercase;background:var(--blue-soft);color:var(--blue);padding:3px 6px;border-radius:6px}
.product-menu-item strong em.muted-badge{background:#f0f2f5;color:#697384}
.product-menu-item strong em.included-badge{background:#eef5ff;color:#355c9a}
.product-menu-item small{display:block;margin-top:4px;color:var(--muted);line-height:1.45;font-size:.79rem}
.menu-toggle{display:none;border:0;background:transparent;width:42px;height:42px;padding:9px;cursor:pointer}
.menu-toggle span{display:block;height:2px;background:var(--navy);margin:5px 0;border-radius:2px;transition:.18s ease}

/* Hero */
.hero{padding:94px 0 106px;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:72px;align-items:center}
.hero-copy{max-width:650px}
.hero-lead{font-size:1.18rem;line-height:1.75;margin-bottom:30px;max-width:625px;color:#3f4f68}
.reassurance-list{display:flex;gap:20px;flex-wrap:wrap;list-style:none;margin:24px 0 0;padding:0;color:#5b687d;font-size:.86rem;font-weight:600}
.reassurance-list li{display:flex;align-items:center;gap:7px}
.mini-check{width:18px;height:18px;border-radius:50%;display:grid;place-items:center;color:var(--blue);background:var(--blue-soft);font-size:.7rem}
.hero-visual{position:relative;min-height:540px;display:grid;place-items:center}
.backing-panel{position:absolute;border-radius:28px}
.backing-one{width:83%;height:75%;background:#dbe8ff;right:0;top:5%;transform:rotate(5deg)}
.backing-two{width:80%;height:76%;background:#eef4ff;left:2%;bottom:0;transform:rotate(-3deg);border:1px solid #dae5f8}
.browser-card{position:relative;width:min(100%,585px);background:white;border:1px solid #dfe5ed;border-radius:21px;overflow:hidden;box-shadow:0 25px 70px rgba(1,23,64,.16)}
.browser-topbar{height:38px;background:#f5f7fa;border-bottom:1px solid #e8edf3;display:grid;grid-template-columns:74px 1fr 74px;align-items:center;padding:0 12px}
.browser-dots{display:flex;gap:5px}.browser-dots span{width:7px;height:7px;border-radius:50%;background:#cbd3df}.browser-dots span:nth-child(2){background:#b9c5d5}.browser-dots span:nth-child(3){background:#aab9ca}
.browser-address{justify-self:center;background:#fff;border:1px solid #e3e8ee;border-radius:8px;padding:5px 22px;color:#8993a3;font-size:.62rem;width:70%;text-align:center}
.business-site{position:relative;min-height:440px;background:linear-gradient(180deg,#fff 0 48%,#f7f9fb 48%)}
.business-site-header{height:64px;display:flex;align-items:center;gap:10px;padding:0 24px;border-bottom:1px solid #eff2f5}
.demo-logo-mark{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#0b4669;color:#fff;font-family:"Manrope";font-weight:800}
.business-site-header strong{display:block;color:#15324a;font-size:.78rem}.business-site-header span{display:block;color:#8a96a5;font-size:.55rem;margin-top:2px}
.demo-hero{width:66%;padding:34px 24px}.demo-kicker{display:block;color:#398167;text-transform:uppercase;letter-spacing:.08em;font-size:.55rem;font-weight:800;margin-bottom:7px}.demo-hero strong{display:block;color:#17344b;font-family:"Manrope";font-size:1.55rem;line-height:1.15;max-width:260px}.demo-hero p{font-size:.68rem;line-height:1.6;color:#748193;max-width:280px;margin:10px 0 14px}.demo-button{display:inline-flex;background:#164b68;color:#fff;border-radius:7px;padding:8px 12px;font-size:.59rem;font-weight:700}
.answers-widget{position:absolute;right:18px;bottom:18px;width:55%;background:#fff;border:1px solid #e0e6ed;border-radius:16px;box-shadow:0 16px 40px rgba(20,37,62,.16);overflow:hidden}
.answers-widget-head{display:flex;align-items:center;gap:8px;padding:12px 13px;border-bottom:1px solid #edf0f4}.answers-widget-head strong{display:block;color:var(--navy);font-size:.71rem}.answers-widget-head small{display:block;color:#8a95a5;font-size:.52rem;margin-top:2px}.online-dot{width:7px;height:7px;background:#28a26a;border-radius:50%;margin-left:auto;box-shadow:0 0 0 3px #e8f7f0}.bb-mini{position:relative;width:31px;height:26px;flex:0 0 auto}.bb-mini span{position:absolute;font-family:"Manrope";font-size:22px;font-weight:800;line-height:1;color:var(--navy)}.bb-mini span:last-child{left:11px;color:var(--blue)}
.chat-thread{padding:13px;background:#fafbfd}.chat-bubble{font-size:.62rem;line-height:1.5;padding:8px 10px;border-radius:10px;max-width:90%;margin-bottom:8px}.chat-bubble.customer{background:#eaf2ff;color:#24426b;margin-left:auto;border-bottom-right-radius:4px}.chat-bubble.assistant{background:#fff;border:1px solid #e8edf2;color:#5a6678;border-bottom-left-radius:4px}.chat-bubble.assistant strong{color:var(--navy)}
.chat-input{height:36px;margin:0 12px 8px;border:1px solid #e2e7ed;border-radius:9px;display:flex;align-items:center;justify-content:space-between;padding:0 8px 0 10px;color:#a1abb8;font-size:.57rem}.send-arrow{width:22px;height:22px;border-radius:6px;background:var(--blue);color:#fff;display:grid;place-items:center;font-size:.68rem;font-weight:800}.powered-by{text-align:center;font-size:.49rem;color:#9ca5b3;padding-bottom:8px;display:flex;justify-content:center;align-items:center;gap:4px}.bb-dot{display:inline-grid;place-items:center;width:20px;height:20px;border-radius:6px;background:var(--navy);color:white;font-size:.48rem;font-weight:800}.powered-by .bb-dot{width:14px;height:14px;border-radius:4px;font-size:.38rem}

/* Outcomes */
.outcomes{background:var(--surface-alt);border-top:1px solid #f0f2f5;border-bottom:1px solid #eef1f5;padding:38px 0}
.outcomes-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:34px}
.outcome-item{display:grid;grid-template-columns:42px 1fr;gap:13px;align-items:start}.line-icon{width:38px;height:38px;border-radius:12px;background:white;border:1px solid #e4e9f0;display:grid;place-items:center;color:var(--blue)}.line-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.outcome-item h3{font-family:"Inter";letter-spacing:-.015em;font-size:.91rem;margin-bottom:5px}.outcome-item p{font-size:.78rem;line-height:1.5;margin:0;color:#65728a}

/* Answers */
.answers-section{overflow:hidden}.visual-left{grid-template-columns:1.08fr .92fr}.product-stage{position:relative;padding:32px 22px 28px 0}.stage-backing{position:absolute;inset:4% 0 0 10%;background:var(--blue-soft);border-radius:24px;transform:rotate(2.5deg);border:1px solid #dbe7fb}.dashboard-card{position:relative;display:grid;grid-template-columns:132px 1fr;background:#fff;border:1px solid #dfe5ed;border-radius:20px;overflow:hidden;box-shadow:var(--shadow);min-height:430px}.dash-sidebar{background:#fbfcfe;border-right:1px solid #edf0f4;padding:22px 14px}.dash-brand{display:flex;align-items:center;gap:7px;margin-bottom:27px}.dash-brand strong{font-family:"Manrope";font-size:.72rem;color:var(--navy)}.dash-brand .bb-mini{transform:scale(.72);transform-origin:left center;width:25px}.dash-sidebar .demo-product-nav{display:flex;flex-direction:column;gap:6px}.dash-sidebar .demo-product-nav span{padding:9px 10px;border-radius:8px;font-size:.61rem;color:#748095}.dash-sidebar .demo-product-nav span.active{background:#edf4ff;color:var(--blue);font-weight:700}.dash-main{padding:25px}.dash-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.dash-header small{display:block;font-size:.57rem;color:#8a95a5;margin-bottom:4px}.dash-header h3{font-size:1rem;margin:0}.status-active{font-size:.55rem;background:#ecf8f1;color:#177a4c;border-radius:999px;padding:5px 8px;font-weight:700}.stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px}.stat-card{border:1px solid #e7ebf0;border-radius:12px;padding:14px}.stat-card span,.stat-card small{display:block;color:#8a95a5;font-size:.52rem}.stat-card strong{display:block;font-family:"Manrope";font-size:1.55rem;color:var(--navy);margin:4px 0 2px}.source-preview{border:1px solid #e7ebf0;border-radius:12px;overflow:hidden}.source-preview-head{padding:11px 12px;display:flex;justify-content:space-between;border-bottom:1px solid #eef1f4;font-size:.58rem}.source-preview-head strong{color:var(--navy)}.source-preview-head span{color:var(--blue);font-weight:700}.source-row{display:grid;grid-template-columns:28px 1fr 22px;gap:8px;align-items:center;padding:10px 12px;border-bottom:1px solid #f0f2f5}.source-row:last-child{border-bottom:0}.source-icon{width:26px;height:26px;border-radius:8px;background:#f1f5fb;color:var(--blue);display:grid;place-items:center;font-size:.7rem}.source-row strong{display:block;color:#20334d;font-size:.57rem}.source-row small{display:block;color:#929cab;font-size:.48rem;margin-top:2px}.source-ok{color:var(--success);font-size:.62rem}.dash-footer{display:flex;justify-content:space-between;align-items:center;margin-top:17px;font-size:.55rem;color:#8994a4}.dash-footer .mock-button{display:inline-flex;align-items:center;border:0;background:var(--blue);color:#fff;border-radius:8px;padding:8px 11px;font-size:.55rem;font-weight:700}.feature-list{list-style:none;margin:26px 0 28px;padding:0;display:flex;flex-direction:column;gap:17px}.feature-list li{display:grid;grid-template-columns:26px 1fr;gap:11px}.feature-list li>span{width:24px;height:24px;border-radius:8px;background:var(--blue-soft);color:var(--blue);display:grid;place-items:center;font-size:.74rem;font-weight:800}.feature-list strong{display:block;color:var(--navy);font-size:.91rem;margin-bottom:3px}.feature-list small{display:block;font-size:.8rem;line-height:1.55;color:#68758a}

/* Process */
.process-wrap{margin-top:58px;position:relative}.process-line{position:absolute;top:31px;left:16.5%;right:16.5%;height:1px;background:#d9e0ea}.process-grid{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:60px}.process-step{text-align:center;padding:0 20px}.step-number{display:inline-grid;place-items:center;width:64px;height:64px;border-radius:50%;background:#fff;border:1px solid #dfe5ed;color:var(--blue);font-size:.73rem;font-weight:800;box-shadow:0 5px 18px rgba(1,23,64,.05);position:relative;z-index:1}.step-icon{margin:20px auto 13px;width:32px;height:32px;border-radius:10px;background:var(--blue-soft);color:var(--blue);display:grid;place-items:center;font-weight:800}.process-step h3{font-size:1.08rem}.process-step p{font-size:.88rem;line-height:1.65;color:#65728a;margin:0}.process-note{text-align:center;margin:36px 0 0;font-size:.91rem;color:#65728a}

/* Small business */
.small-business-grid{align-items:start}.sticky-copy{padding-top:18px}.benefit-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.benefit-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px;min-height:215px}.benefit-card h3{margin-top:20px;font-size:1.08rem}.benefit-card p{font-size:.86rem;line-height:1.65;margin:0}.card-icon{width:42px;height:42px;border-radius:12px;background:var(--blue-soft);color:var(--blue);display:grid;place-items:center;font-weight:800}.backing-card:before,.backing-card-alt:before{content:"";position:absolute;z-index:-1;inset:12px -10px -10px 12px;background:#edf4ff;border-radius:18px}.backing-card-alt:before{inset:-9px 12px 12px -10px;background:#f2f5f9}

/* Capabilities */
.capability-layout{margin-top:48px}.capability-featured{display:grid;grid-template-columns:1fr .85fr;align-items:center;gap:42px;background:#fff;border:1px solid #dfe6ee;border-radius:24px;padding:44px;box-shadow:0 10px 30px rgba(1,23,64,.04)}.capability-featured h3{font-size:1.65rem;max-width:560px}.capability-featured p{max-width:620px}.mini-product-ui{background:#fbfcfe;border:1px solid #e1e6ed;border-radius:16px;padding:16px;box-shadow:var(--shadow-soft)}.mini-product-head{display:flex;align-items:center;gap:8px;padding-bottom:12px;border-bottom:1px solid #edf0f3;color:var(--navy);font-size:.72rem}.mini-product-head i{width:7px;height:7px;background:#27a36b;border-radius:50%;margin-left:auto}.mini-bubble{width:max-content;max-width:84%;font-size:.67rem;line-height:1.5;padding:8px 10px;border-radius:10px;margin-top:11px}.mini-bubble.right{margin-left:auto;background:#eaf2ff;color:#29476e}.mini-bubble.left{background:#fff;border:1px solid #e4e8ee;color:#637087}.mini-input{margin-top:13px;height:36px;border:1px solid #e0e5eb;border-radius:9px;display:flex;align-items:center;justify-content:space-between;padding:0 9px;color:#9ca6b3;font-size:.62rem}.mini-input span{width:22px;height:22px;background:var(--blue);color:#fff;border-radius:6px;display:grid;place-items:center}.capability-secondary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:18px}.capability-card{background:#fff;border:1px solid #e1e6ed;border-radius:18px;padding:27px;min-height:205px}.card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.capability-card h3{font-size:1.2rem}.capability-card p{font-size:.88rem;line-height:1.65;margin:0}

/* Solutions */
.solutions-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:90px;align-items:start}.solution-list{border-top:1px solid var(--line)}.solution-row{display:grid;grid-template-columns:1fr 30px;gap:24px;align-items:center;padding:24px 4px;border-bottom:1px solid var(--line);transition:background .18s ease,padding .18s ease}.solution-row:hover{background:#fbfcfe;padding-left:14px;padding-right:10px}.solution-row h3{font-size:1.02rem;margin-bottom:5px}.solution-row p{margin:0;font-size:.87rem;line-height:1.6;color:#69758a}.solution-row>span{font-size:1.3rem;color:var(--blue);transition:transform .18s ease}.solution-row:hover>span{transform:translateX(4px)}

/* Examples */
.example-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:50px}.example-card{background:#fff;border:1px solid #e1e6ed;border-radius:19px;overflow:hidden}.example-media{height:210px;position:relative;overflow:hidden;background:#e9f0f7}.scene-label{position:absolute;left:18px;bottom:16px;background:rgba(255,255,255,.92);color:var(--navy);font-size:.65rem;font-weight:700;padding:7px 9px;border-radius:8px;box-shadow:0 4px 14px rgba(1,23,64,.08)}
.pool-scene{background:#dfeaf4}.scene-sun{position:absolute;width:70px;height:70px;border-radius:50%;background:#fff4c9;right:26px;top:25px}.scene-water{position:absolute;left:0;right:0;bottom:0;height:46%;background:#79c5e3;border-radius:45% 45% 0 0 / 20% 20% 0 0}.scene-house{position:absolute;left:24px;bottom:72px;width:135px;height:76px;background:#f7f1e8;border-radius:5px}.scene-house:before{content:"";position:absolute;left:13px;top:-38px;width:110px;height:70px;background:#8c705a;transform:rotate(45deg);clip-path:polygon(0 0,100% 0,0 100%)}
.clinic-scene{background:#e8f2ef}.clinic-panel{position:absolute;width:70%;height:65%;left:15%;bottom:0;background:#fff;border-radius:12px 12px 0 0}.clinic-cross{position:absolute;right:28px;top:22px;color:#66a996;font-size:3rem;font-weight:300}.clinic-person{position:absolute;left:40%;bottom:0;width:54px;height:112px;background:#93b8af;border-radius:30px 30px 8px 8px}.clinic-person:before{content:"";position:absolute;width:42px;height:42px;border-radius:50%;background:#d8b79d;left:6px;top:-32px}
.contractor-scene{background:#ece8df}.truck-body{position:absolute;width:210px;height:65px;background:#254d70;border-radius:12px 8px 5px 5px;left:35px;bottom:45px}.truck-cab{position:absolute;width:92px;height:92px;background:#33658a;right:35px;bottom:45px;border-radius:9px 18px 5px 5px}.truck-cab:before{content:"";position:absolute;width:58px;height:30px;background:#bcd7e5;right:11px;top:12px;border-radius:4px}.wheel{position:absolute;width:38px;height:38px;border-radius:50%;background:#26313d;bottom:25px;border:8px solid #626b74}.wheel.one{left:65px}.wheel.two{right:62px}
.example-body{padding:26px}.example-type{margin:0 0 13px;color:var(--blue);font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.example-body blockquote{margin:0 0 16px;font-family:"Manrope";color:var(--navy);font-weight:700;font-size:1.18rem;line-height:1.4}.example-body>p:not(.example-type){font-size:.84rem;line-height:1.65}.result{border-top:1px solid #edf0f4;padding-top:16px;margin-top:20px}.result span{display:block;color:#65728a;font-size:.62rem;text-transform:uppercase;letter-spacing:.08em;font-weight:700;margin-bottom:5px}.result strong{font-size:.82rem;color:var(--navy)}.example-summary{text-align:center;margin-top:28px;font-size:.95rem;color:#68758a}.example-summary strong{color:var(--navy)}

/* Trust */
.trust-section{background:var(--navy);overflow:hidden}.trust-grid{gap:90px}.light-copy h2,.light-copy h3{color:#fff}.light-copy p{color:#bbc7d8}.light-copy .section-lead{color:#e2e9f3}.trust-list{list-style:none;margin:28px 0 0;padding:0;display:flex;flex-direction:column;gap:18px}.trust-list li{display:grid;grid-template-columns:28px 1fr;gap:12px}.trust-list li>span{width:26px;height:26px;border-radius:8px;background:rgba(0,90,253,.18);color:#8fb5ff;display:grid;place-items:center;font-weight:800}.trust-list strong{display:block;color:#fff;font-size:.91rem;margin-bottom:3px}.trust-list small{display:block;color:#9eacc0;font-size:.8rem;line-height:1.55}.trust-product-stage{position:relative;padding:36px 0 24px}.trust-backing{position:absolute;inset:11% -7% 0 9%;background:#0b2a5f;border:1px solid #173c76;border-radius:24px;transform:rotate(3deg)}.sources-card{position:relative;background:#fff;border-radius:20px;padding:28px;box-shadow:0 28px 70px rgba(0,0,0,.25)}.sources-card-head{display:flex;justify-content:space-between;align-items:flex-start}.sources-card-head small{display:block;color:#8f99a8;font-size:.61rem}.sources-card-head h3{margin:2px 0 0;font-size:1.4rem}.sources-card-head .mock-button{display:inline-flex;align-items:center;border:0;background:var(--blue);color:#fff;border-radius:9px;padding:9px 11px;font-size:.65rem;font-weight:700}.sources-card>p{font-size:.73rem;color:#7d8999;margin:8px 0 19px}.source-large-row{display:grid;grid-template-columns:38px 1fr auto;gap:11px;align-items:center;border-top:1px solid #edf0f3;padding:14px 0}.source-type{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;background:#eef4ff;color:var(--blue);font-weight:700}.source-large-row strong{display:block;color:#263951;font-size:.74rem}.source-large-row small{display:block;color:#919baa;font-size:.6rem;margin-top:3px}.source-state{font-size:.57rem;color:#247a50;background:#edf8f2;padding:5px 7px;border-radius:999px;font-weight:700}.sources-tip{margin-top:16px;border-radius:12px;background:#f4f8ff;padding:12px;display:grid;grid-template-columns:26px 1fr;gap:9px;align-items:start}.sources-tip p{font-size:.65rem;line-height:1.5;margin:0;color:#61708a}.sources-tip strong{color:#243a5b}

/* Philosophy / Pricing */
.philosophy-section{padding:118px 0}.philosophy-copy{max-width:820px;text-align:center}.philosophy-copy>p:not(.eyebrow){font-size:1.08rem;line-height:1.8;color:#59677c}.philosophy-emphasis{font-family:"Manrope"!important;font-size:1.5rem!important;font-weight:800!important;line-height:1.45!important;color:var(--navy)!important;margin:30px 0!important}
.pricing-section{padding-top:0}.pricing-panel{position:relative;overflow:hidden;border-radius:24px;background:var(--surface-blue);border:1px solid #dfeafd;padding:64px 72px}.pricing-copy{max-width:720px;position:relative;z-index:1}.pricing-copy h2{margin-bottom:12px}.pricing-copy p{max-width:660px}.pricing-points{display:flex;flex-wrap:wrap;gap:12px 20px;margin:25px 0}.pricing-points span{font-size:.83rem;color:#53627a;font-weight:600}.pricing-points span::first-letter{color:var(--blue)}.pricing-mark{position:absolute;right:-35px;top:-18px;width:330px;height:280px;opacity:.055}.pricing-mark span{position:absolute;font-family:"Manrope";font-size:260px;font-weight:800;color:var(--navy);line-height:1}.pricing-mark span:last-child{left:95px;color:var(--blue)}

/* FAQ */
.faq-wrap{max-width:900px}.faq-heading{text-align:center;margin-bottom:48px}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{list-style:none;cursor:pointer;padding:22px 4px;display:flex;align-items:center;justify-content:space-between;gap:30px;color:var(--navy);font-family:"Manrope";font-weight:700;font-size:1.02rem}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{width:28px;height:28px;display:grid;place-items:center;color:var(--blue);font-family:"Inter";font-size:1.35rem;font-weight:400;transition:transform .18s ease}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-answer{padding:0 54px 18px 4px}.faq-answer p{font-size:.9rem;line-height:1.7;color:#637086}.faq-answer p:last-child{margin-bottom:0}

/* Final CTA/Footer */
.final-cta{position:relative;overflow:hidden;background:var(--navy);padding:80px 0;border-bottom:1px solid rgba(255,255,255,.09)}.final-cta-inner{display:grid;grid-template-columns:1.2fr .8fr;gap:80px;align-items:end;position:relative;z-index:1}.final-cta h2{color:#fff;font-size:2.75rem;margin-bottom:16px}.final-cta p:not(.eyebrow){color:#b6c3d5;max-width:700px;font-size:1.05rem;margin-bottom:0}.cta-actions{justify-self:end;display:flex;flex-direction:column;align-items:center;gap:11px}.cta-actions small{color:#8fa0b7;font-size:.72rem}.button-on-dark{min-width:160px}.cta-watermark{position:absolute;right:-40px;top:-110px;width:430px;height:380px;opacity:.06}.cta-watermark span{position:absolute;font-family:"Manrope";font-size:360px;font-weight:800;color:white;line-height:1}.cta-watermark span:last-child{left:130px;color:#5d8fff}
.site-footer{background:var(--navy);color:#94a3b8;padding:66px 0 24px}.footer-grid{display:grid;grid-template-columns:2.2fr 1fr .8fr .8fr .8fr;gap:50px}.footer-brand img{width:214px;filter:none;margin-bottom:18px;height:auto}.footer-brand strong{display:block;color:#fff;font-size:.9rem;margin-bottom:9px}.footer-brand p{font-size:.78rem;line-height:1.65;max-width:330px}.footer-column h2{font-family:"Inter";font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:#fff;margin:4px 0 17px}.footer-column a{display:flex;align-items:center;min-height:28px;font-size:.78rem;margin-bottom:4px;transition:color .18s ease}.footer-column a:hover{color:#fff}.footer-column a span,.footer-column a small{font-size:.54rem;color:#8fb5ff;margin-left:4px;text-transform:uppercase;font-weight:700}.footer-bottom{border-top:1px solid rgba(255,255,255,.09);margin-top:46px;padding-top:20px;display:flex;justify-content:space-between;gap:20px;font-size:.7rem;color:#74869f}

@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}

/* D24 — deliberate responsive/mobile behaviour */
[id]{scroll-margin-top:96px}
body{overflow-x:clip}
body.nav-open{overflow:hidden}
.menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

@media (hover:none){
  .button:hover{transform:none}
  .solution-row:hover{padding-left:4px;padding-right:4px;background:transparent}
  .solution-row:hover>span,.text-link:hover span{transform:none}
}

/* Small desktop / landscape tablet */
@media (max-width:1100px){
  .container{width:min(var(--container),calc(100% - 56px))}
  .site-nav{gap:18px}
  .nav-actions{gap:12px}
  .nav-signin{display:none}
  .hero-grid,.split-grid{gap:50px}
  .hero{padding-top:76px}
  .outcomes-grid{grid-template-columns:1fr 1fr;gap:26px 42px}
  .visual-left{grid-template-columns:1fr 1fr}
  .dashboard-card{grid-template-columns:110px 1fr}
  .dash-sidebar{padding-inline:10px}
  .dash-main{padding:18px}
  .solutions-grid{gap:58px}
  .trust-grid{gap:58px}
  .footer-grid{grid-template-columns:2fr repeat(4,1fr);gap:30px}
}

/* Tablet portrait and below: intentional single-column content flow */
@media (max-width:960px){
  html{scroll-padding-top:84px}
  [id]{scroll-margin-top:84px}
  .container{width:min(var(--container),calc(100% - 48px))}
  .header-inner{height:74px}
  .brand img{width:176px}
  .menu-toggle{display:block;flex:0 0 auto;border-radius:10px}
  .menu-toggle:focus-visible{outline:3px solid var(--blue);outline-offset:2px}
  .site-nav{
    position:fixed;
    top:74px;
    left:0;
    right:0;
    height:calc(100dvh - 74px);
    z-index:99;
    display:none;
    align-items:stretch;
    flex-direction:column;
    gap:2px;
    overflow-y:auto;
    overscroll-behavior:contain;
    padding:18px 24px max(28px,env(safe-area-inset-bottom));
    background:#fff;
    border-top:1px solid var(--line);
    box-shadow:0 16px 34px rgba(1,23,64,.10);
  }
  .site-nav.open{display:flex}
  .nav-link,.nav-dropdown-toggle,.nav-signin{font-size:1rem;min-height:48px}
  .nav-link,.nav-dropdown-toggle{width:100%;padding:12px 4px;text-align:left;justify-content:space-between}
  .nav-actions{margin:10px 0 0;display:grid;grid-template-columns:1fr;gap:10px;border-top:1px solid var(--line);padding-top:16px}
  .nav-signin{display:flex;align-items:center;padding:0 4px}
  .nav-actions .button{width:100%;min-height:48px}
  .nav-dropdown-menu{
    position:static;
    width:auto;
    box-shadow:none;
    border:0;
    border-radius:14px;
    background:var(--surface-alt);
    padding:6px;
    margin:2px 0 8px;
    display:none;
    opacity:1;
    visibility:visible;
    transform:none;
  }
  .nav-dropdown.open .nav-dropdown-menu{display:block}
  .product-menu-item{grid-template-columns:38px 1fr;gap:12px;padding:12px;min-height:58px}
  .menu-icon{width:38px;height:38px}

  .hero{padding:64px 0 82px}
  .hero-grid,.split-grid,.visual-left,.small-business-grid,.trust-grid,.final-cta-inner,.solutions-grid{grid-template-columns:1fr}
  .hero-grid{gap:46px}
  .hero-copy{max-width:720px}
  .hero-copy h1{max-width:720px}
  .hero-visual{max-width:720px;min-height:520px;margin:0 auto;width:100%}
  .browser-card{width:min(100%,620px)}
  .section{padding:86px 0}
  .answers-section .section-copy{order:1}
  .answers-section .product-stage{order:2;max-width:720px;width:100%;margin-inline:auto}
  .product-stage{padding:22px 14px 24px 0}
  .section-copy{max-width:760px}

  .process-grid{gap:28px}
  .process-step{padding-inline:8px}
  .capability-featured{grid-template-columns:1fr;gap:30px}
  .capability-secondary-grid{grid-template-columns:repeat(3,1fr)}
  .solutions-grid{gap:38px}
  .example-grid{grid-template-columns:repeat(3,1fr);gap:16px}
  .example-body{padding:22px}
  .example-media{height:190px}
  .trust-product-stage{max-width:680px;width:100%;margin-inline:auto}
  .cta-actions{justify-self:start;align-items:flex-start}
  .footer-grid{grid-template-columns:repeat(3,1fr);gap:34px}
  .footer-brand{grid-column:1/-1;max-width:560px}
}

/* Large phones / compact tablets */
@media (max-width:760px){
  .container{width:min(var(--container),calc(100% - 40px))}
  h1{font-size:clamp(2.65rem,8vw,3.25rem)}
  h2{font-size:clamp(2rem,6.4vw,2.45rem)}
  .section-lead{font-size:1.05rem}
  .section{padding:74px 0}

  .hero{padding:54px 0 72px}
  .hero-lead{font-size:1.08rem;line-height:1.68}
  .hero-visual{min-height:470px}
  .reassurance-list{gap:12px 18px}

  .outcomes{padding:32px 0}
  .outcomes-grid{grid-template-columns:1fr 1fr;gap:24px}
  .outcome-item{grid-template-columns:40px 1fr}

  .process-wrap{margin-top:42px}
  .process-line{display:none}
  .process-grid{grid-template-columns:1fr;gap:26px}
  .process-step{text-align:left;display:grid;grid-template-columns:58px 1fr;column-gap:16px;padding:0}
  .step-number{width:54px;height:54px;grid-row:1/4}
  .step-icon{display:none}
  .process-step h3{margin:5px 0 7px}
  .process-step p{grid-column:2}
  .process-note{text-align:left;margin-top:30px}

  .benefit-grid{gap:14px}
  .benefit-card{padding:24px;min-height:0}
  .capability-featured{padding:32px}
  .capability-secondary-grid{grid-template-columns:1fr 1fr}
  .capability-card{min-height:0}
  .example-grid{grid-template-columns:1fr 1fr;max-width:720px;margin-inline:auto}
  .example-grid .example-card:last-child{grid-column:1/-1;max-width:calc(50% - 8px);width:100%;justify-self:center}
  .example-media{height:215px}

  .philosophy-section{padding:86px 0}
  .pricing-panel{padding:48px 42px}
  .final-cta{padding:68px 0}
  .final-cta-inner{gap:32px}
  .final-cta h2{font-size:2.35rem}
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-brand{grid-column:1/-1}
}

/* Phones */
@media (max-width:560px){
  [id]{scroll-margin-top:76px}
  .container{width:min(var(--container),calc(100% - 32px))}
  .header-inner{height:68px}
  .brand img{width:154px}
  .menu-toggle{width:44px;height:44px;padding:10px}
  .site-nav{top:68px;height:calc(100dvh - 68px);padding:14px 16px max(24px,env(safe-area-inset-bottom))}
  .product-menu-item{padding:11px 10px}
  .product-menu-item small{font-size:.76rem}

  h1{font-size:2.38rem;line-height:1.07;margin-bottom:20px}
  h2{font-size:1.95rem;line-height:1.14}
  h3{letter-spacing:-.025em}
  p{line-height:1.68}
  .eyebrow{font-size:.74rem;margin-bottom:12px}
  .section{padding:62px 0}
  .section-lead{font-size:1rem;line-height:1.65}

  .button{min-height:48px}
  .button-row{gap:10px}
  .button-row .button{width:100%}
  .button-row .text-link{min-height:44px;align-items:center}
  .hero{padding:44px 0 58px}
  .hero-grid{gap:36px}
  .hero-lead{font-size:1.02rem;margin-bottom:24px}
  .reassurance-list{flex-direction:column;gap:10px;margin-top:20px}

  .hero-visual{min-height:0;padding:16px 0 22px}
  .backing-panel{border-radius:22px}
  .backing-one{width:90%;height:82%;top:1%;right:-2%}
  .backing-two{width:88%;height:82%;left:0;bottom:0}
  .browser-card{width:100%;border-radius:17px;box-shadow:0 18px 45px rgba(1,23,64,.15)}
  .browser-topbar{height:34px;grid-template-columns:58px 1fr 58px;padding-inline:8px}
  .browser-address{width:86%;padding:4px 8px;font-size:.52rem}
  .business-site{min-height:365px}
  .business-site-header{height:56px;padding:0 15px}
  .business-site-header strong{font-size:.68rem}
  .business-site-header span{font-size:.48rem}
  .demo-logo-mark{width:30px;height:30px}
  .demo-hero{width:62%;padding:26px 14px}
  .demo-hero strong{font-size:1.08rem;max-width:180px}
  .demo-hero p{font-size:.57rem;max-width:190px}
  .answers-widget{right:8px;bottom:9px;width:70%;border-radius:13px}
  .answers-widget-head{padding:9px 10px}
  .chat-thread{padding:9px}
  .chat-bubble{font-size:.54rem;padding:7px 8px;margin-bottom:6px}
  .chat-input{height:32px;margin:0 8px 6px;font-size:.5rem}

  .outcomes-grid,.benefit-grid,.capability-secondary-grid{grid-template-columns:1fr}
  .outcomes-grid{gap:20px}
  .outcome-item{gap:12px}

  .visual-left{gap:34px}
  .product-stage{padding:14px 0 18px}
  .stage-backing{inset:4% 1% 0 7%}
  .dashboard-card{grid-template-columns:1fr;min-height:0;border-radius:17px}
  .dash-sidebar{display:none}
  .dash-main{padding:16px}
  .dash-header{margin-bottom:14px}
  .dash-header h3{font-size:.92rem}
  .stat-grid{gap:9px;margin-bottom:12px}
  .stat-card{padding:11px}
  .stat-card strong{font-size:1.32rem}
  .source-row{padding:9px 10px;grid-template-columns:26px 1fr 18px}
  .dash-footer{margin-top:13px}
  .feature-list{gap:15px;margin:22px 0 24px}
  .feature-list small{font-size:.78rem}

  .benefit-card{padding:22px}
  .benefit-card h3{margin-top:16px}
  .capability-layout{margin-top:34px}
  .capability-featured{padding:24px;border-radius:19px}
  .capability-featured h3{font-size:1.35rem}
  .capability-card{padding:22px}
  .card-top{margin-bottom:16px}

  .solution-row{padding:19px 2px;grid-template-columns:1fr 24px;gap:14px}
  .solution-row h3{font-size:1rem}
  .solution-row p{font-size:.84rem}

  .example-grid{grid-template-columns:1fr;gap:16px;margin-top:36px}
  .example-grid .example-card:last-child{grid-column:auto;max-width:none}
  .example-media{height:210px}
  .example-body{padding:22px}
  .example-body blockquote{font-size:1.1rem}

  .trust-grid{gap:34px}
  .trust-product-stage{padding:18px 0 12px}
  .trust-backing{inset:9% -2% 0 6%}
  .sources-card{padding:19px;border-radius:17px}
  .sources-card-head h3{font-size:1.2rem}
  .source-large-row{grid-template-columns:34px 1fr;gap:9px}
  .source-state{display:none}
  .sources-tip{padding:10px}

  .philosophy-section{padding:72px 0}
  .philosophy-copy>p:not(.eyebrow){font-size:1rem}
  .philosophy-emphasis{font-size:1.28rem!important;margin:24px 0!important}
  .pricing-panel{padding:38px 24px;border-radius:19px}
  .pricing-mark{right:-155px;top:-30px}
  .pricing-points{flex-direction:column;gap:9px;margin:20px 0}

  .faq-heading{margin-bottom:34px}
  .faq-list summary{padding:19px 0;font-size:.95rem;gap:16px;min-height:60px}
  .faq-list summary span{flex:0 0 28px}
  .faq-answer{padding:0 4px 18px 0}

  .final-cta{padding:56px 0}
  .final-cta h2{font-size:2rem}
  .final-cta p:not(.eyebrow){font-size:.98rem}
  .cta-actions{width:100%;align-items:stretch}
  .button-on-dark{width:100%}
  .cta-actions small{text-align:center}
  .cta-watermark{right:-155px;top:-90px}

  .site-footer{padding:52px 0 22px}
  .footer-grid{gap:28px 24px}
  .footer-brand img{width:164px}
  .footer-bottom{margin-top:34px;flex-direction:column;gap:7px}
}

/* Very narrow phones */
@media (max-width:390px){
  .container{width:min(var(--container),calc(100% - 28px))}
  h1{font-size:2.2rem}
  .brand img{width:145px}
  .business-site{min-height:350px}
  .answers-widget{width:73%}
  .demo-hero{width:60%;padding-left:12px}
  .demo-hero p{display:none}
  .sources-card-head{gap:10px}
  .sources-card-head button{padding:8px 9px}
  .footer-grid{gap:26px 18px}
}

/* D25A — brand consistency cleanup */
.bb-mark-ui{display:block;width:31px;height:auto;flex:0 0 auto;object-fit:contain}
.bb-mark-ui-compact{width:24px}
.bb-powered-mark{display:block;width:16px;height:auto;flex:0 0 auto}
.dash-brand{min-height:24px}
.dash-brand-logo{display:block;width:94px;height:auto;max-width:100%}
.sources-card-title{display:flex;flex-direction:column;align-items:flex-start;gap:5px}
.sources-brand-logo{display:block;width:102px;height:auto;max-width:100%}
.sources-card-title h3{margin:0}
.bb-tip-mark{display:block;width:25px;height:auto;margin-top:1px}
.pricing-mark{display:flex;align-items:flex-start;justify-content:flex-end}
.pricing-mark img{display:block;width:100%;height:auto;opacity:1}
.cta-watermark{display:flex;align-items:flex-start;justify-content:flex-end}
.cta-watermark img{display:block;width:100%;height:auto}

@media (max-width:700px){
  .bb-mark-ui{width:28px}
  .bb-mark-ui-compact{width:22px}
  .dash-brand-logo{width:88px}
  .sources-brand-logo{width:96px}
  .bb-tip-mark{width:23px}
}


/* E37E — BossBack wayfinding: quiet product-style orientation */
.context-trail{
  display:inline-flex;
  align-items:center;
  flex-wrap:wrap;
  gap:7px;
  max-width:100%;
  margin:0 0 15px;
  padding:7px 10px;
  border:1px solid #e1e8f2;
  border-radius:10px;
  background:rgba(255,255,255,.76);
  box-shadow:0 5px 16px rgba(1,23,64,.035);
  color:#718095;
  font-family:"Inter",sans-serif;
  font-size:.68rem;
  line-height:1;
  font-weight:700;
  letter-spacing:.01em;
}
.context-trail a{color:#66768b;transition:color .18s ease}
.context-trail a:hover{color:var(--blue)}
.context-parent{color:#66768b}
.context-separator{color:#a7b3c3;font-size:.84rem;line-height:1}
.context-current{display:inline-flex;align-items:center;gap:7px;color:var(--navy)}
.context-current::before{
  content:"";
  width:5px;
  height:5px;
  flex:0 0 auto;
  border-radius:2px;
  background:var(--blue);
  box-shadow:0 0 0 3px rgba(0,90,253,.09);
}
.solutions-page-link{margin-top:8px}

.product-menu-item[aria-current="page"]{
  background:linear-gradient(90deg,#edf4ff 0%,#f8fbff 76%);
  box-shadow:inset 2px 0 0 var(--blue);
}
.product-menu-item[aria-current="page"] strong{color:var(--blue)}

@media (min-width:961px){
  .site-nav>.nav-link[aria-current="page"],
  .nav-dropdown-toggle.is-active{
    position:relative;
    color:var(--blue);
  }
  .site-nav>.nav-link[aria-current="page"]::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:-6px;
    height:2px;
    border-radius:999px;
    background:var(--blue);
  }
  .nav-dropdown-toggle.is-active::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:10px;
    height:2px;
    border-radius:999px;
    background:var(--blue);
  }
}

@media (max-width:960px){
  .site-nav>.nav-link[aria-current="page"],
  .nav-dropdown-toggle.is-active{
    color:var(--blue);
    background:var(--blue-soft);
    border-radius:10px;
    padding-left:12px;
    padding-right:12px;
  }
  .context-trail{
    margin-bottom:13px;
    padding:7px 9px;
    font-size:.66rem;
  }
}

@media (max-width:560px){
  .context-trail{font-size:.63rem;gap:6px}
}

/* J92B1D trademark wordmark treatment */
.brand-logo-tm {
  position: relative;
}

.site-header .brand-logo-tm .brand-tm {
  position: absolute;
  top: -0.12rem;
  right: -0.72rem;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  color: #011740;
  pointer-events: none;
}

.footer-brand .brand-logo-tm {
  display: inline-flex;
}

.footer-brand .brand-logo-tm .brand-tm {
  position: absolute;
  top: -0.12rem;
  right: -0.72rem;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  pointer-events: none;
}

/* J92C1A industries hub */
.industries-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(5rem, 9vw, 8rem) 0 clamp(4.5rem, 8vw, 7rem);
  background:
    radial-gradient(circle at 84% 18%, rgba(19, 102, 255, 0.12), transparent 32rem),
    linear-gradient(180deg, #f7faff 0%, #ffffff 100%);
}

.industries-hero::after {
  content: "BB";
  position: absolute;
  right: -1rem;
  bottom: -4.5rem;
  font-family: "Manrope", "Inter", system-ui, sans-serif;
  font-size: clamp(10rem, 24vw, 23rem);
  font-weight: 800;
  line-height: 0.8;
  letter-spacing: -0.12em;
  color: rgba(19, 102, 255, 0.035);
  pointer-events: none;
}

.industries-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 860px;
}

.industries-hero h1 {
  max-width: 820px;
  margin: 0.7rem 0 1.25rem;
  font-size: clamp(2.8rem, 6vw, 5.6rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.industries-hero-lead {
  max-width: 760px;
  margin: 0 0 1.75rem;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  line-height: 1.65;
  color: var(--muted);
}

.industries-microcopy {
  margin: 0.9rem 0 0;
  font-size: 0.88rem;
  color: var(--muted);
}

.industries-section-heading {
  max-width: 780px;
  margin-bottom: 2.5rem;
}

.industries-section-heading.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.industries-section-heading h2,
.industries-common-copy h2 {
  margin: 0.55rem 0 1rem;
}

.industries-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.industry-hub-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1.4rem;
  padding: clamp(1.6rem, 3vw, 2.4rem);
  border: 1px solid rgba(1, 23, 64, 0.1);
  border-radius: 1.5rem;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(1, 23, 64, 0.07);
}

.industry-hub-icon {
  display: grid;
  place-items: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 1rem;
  background: #edf4ff;
  color: #1366ff;
  font-family: "Manrope", "Inter", system-ui, sans-serif;
  font-weight: 800;
}

.industry-hub-kicker {
  margin: 0 0 0.4rem;
  color: #1366ff;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.industry-hub-card h3 {
  margin: 0 0 0.8rem;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1.15;
}

.industry-hub-card p {
  color: var(--muted);
}

.industry-hub-list {
  display: grid;
  gap: 0.65rem;
  margin: 1.25rem 0 1.35rem;
  padding: 0;
  list-style: none;
}

.industry-hub-list li {
  position: relative;
  padding-left: 1.35rem;
  color: #243550;
}

.industry-hub-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #1366ff;
  font-weight: 800;
}

.industries-common-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

.industries-common-copy {
  position: sticky;
  top: 7rem;
}

.industries-common-copy p:last-child {
  color: var(--muted);
}

.industries-point-grid {
  display: grid;
  gap: 1rem;
}

.industries-point {
  padding: 1.5rem;
  border: 1px solid rgba(1, 23, 64, 0.08);
  border-radius: 1.25rem;
  background: #ffffff;
}

.industries-point > span {
  display: inline-block;
  margin-bottom: 0.7rem;
  color: #1366ff;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.industries-point h3 {
  margin: 0 0 0.5rem;
}

.industries-point p {
  margin: 0;
  color: var(--muted);
}

.industries-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.industries-product-card {
  padding: 1.5rem;
  border: 1px solid rgba(1, 23, 64, 0.09);
  border-radius: 1.25rem;
  background: #ffffff;
}

.industries-product-card.featured {
  border-color: rgba(19, 102, 255, 0.3);
  box-shadow: 0 14px 40px rgba(19, 102, 255, 0.08);
}

.industries-product-card h3 {
  margin: 1rem 0 0.55rem;
}

.industries-product-card p {
  min-height: 4.8rem;
  color: var(--muted);
}

.industries-final-cta .industries-contact-link {
  color: #ffffff;
}

.industries-final-cta .industries-contact-link:hover,
.industries-final-cta .industries-contact-link:focus-visible {
  color: #ffffff;
}

@media (max-width: 900px) {

  .industries-grid,
  .industries-product-grid,
  .industries-common-grid {
    grid-template-columns: 1fr;
  }

  .industries-common-copy {
    position: static;
  }

  .industries-product-card p {
    min-height: auto;
  }
}

@media (max-width: 620px) {

  .industries-hero {
    padding-top: 4rem;
  }

  .industry-hub-card {
    grid-template-columns: 1fr;
  }

  .industry-hub-icon {
    width: 3rem;
    height: 3rem;
  }
}

/* J92C2 industries hero preview */
.industries-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(310px, 0.92fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
  max-width: none;
}

.industries-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 820px;
}

.industries-hero-preview {
  position: relative;
  z-index: 2;
  padding: 1.25rem;
  border: 1px solid rgba(1, 23, 64, 0.09);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 24px 70px rgba(1, 23, 64, 0.09);
  backdrop-filter: blur(10px);
}

.industries-preview-heading {
  display: grid;
  gap: 0.25rem;
  padding: 0.25rem 0.25rem 1rem;
}

.industries-preview-heading span {
  color: #1366ff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.industries-preview-heading strong {
  color: #011740;
  font-family: "Manrope", "Inter", system-ui, sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
}

.industries-preview-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.9rem;
  align-items: center;
  padding: 1rem;
  border: 1px solid rgba(1, 23, 64, 0.08);
  border-radius: 1rem;
  background: #ffffff;
  color: #011740;
  text-decoration: none;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.industries-preview-card + .industries-preview-card {
  margin-top: 0.75rem;
}

.industries-preview-card:hover,
.industries-preview-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(19, 102, 255, 0.35);
  box-shadow: 0 12px 30px rgba(19, 102, 255, 0.09);
}

.industries-preview-icon {
  display: grid;
  place-items: center;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 0.85rem;
  background: #edf4ff;
  color: #1366ff;
  font-family: "Manrope", "Inter", system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
}

.industries-preview-copy {
  display: grid;
  gap: 0.2rem;
}

.industries-preview-copy strong {
  font-size: 0.95rem;
}

.industries-preview-copy small {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.industries-preview-arrow {
  color: #1366ff;
  font-size: 1rem;
  font-weight: 800;
}

.industries-preview-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.6rem;
  align-items: start;
  margin-top: 1rem;
  padding: 0.1rem 0.25rem 0;
}

.industries-preview-note > span {
  color: #1366ff;
  font-weight: 800;
}

.industries-preview-note p {
  margin: 0;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.45;
}

@media (max-width: 900px) {
  .industries-hero-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .industries-hero-preview {
    max-width: 640px;
  }
}

@media (max-width: 620px) {
  .industries-hero-preview {
    padding: 1rem;
  }

  .industries-preview-card {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .industries-preview-arrow {
    display: none;
  }
}

/* J94B1 breadcrumb alignment */
.context-trail {
  display: flex;
  width: max-content;
  max-width: 100%;
  margin-left: 0;
  margin-right: auto;
}

/* J94C shared industry detail pages */
.industry-detail-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(4.75rem, 8vw, 7.5rem) 0;
  background:
    radial-gradient(circle at 84% 20%, rgba(19,102,255,.11), transparent 31rem),
    linear-gradient(180deg,#f7faff 0%,#fff 100%);
}

.industry-detail-hero-grid {
  display: grid;
  grid-template-columns: minmax(0,1.05fr) minmax(320px,.95fr);
  gap: clamp(3rem,7vw,7rem);
  align-items: center;
}

.industry-detail-copy h1 {
  max-width: 760px;
  margin: .7rem 0 1.2rem;
  font-size: clamp(2.8rem,5.7vw,5.25rem);
  line-height: .99;
  letter-spacing: -.052em;
}

.industry-detail-lead {
  max-width: 760px;
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: clamp(1.08rem,2vw,1.3rem);
  line-height: 1.62;
}

.industry-detail-support {
  max-width: 760px;
  color: var(--muted);
  line-height: 1.65;
}

.industry-detail-visual {
  padding: 1.25rem;
  border: 1px solid rgba(1,23,64,.09);
  border-radius: 1.5rem;
  background: rgba(255,255,255,.88);
  box-shadow: 0 24px 70px rgba(1,23,64,.09);
}

.industry-detail-visual-head {
  display: grid;
  gap: .25rem;
  padding: .2rem .2rem 1rem;
}

.industry-detail-visual-head span {
  color: var(--blue);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.industry-detail-visual-head strong {
  color: var(--navy);
  font-family: "Manrope","Inter",system-ui,sans-serif;
  font-size: 1.18rem;
}

.industry-question-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .85rem;
  align-items: center;
  padding: 1rem;
  border: 1px solid rgba(1,23,64,.08);
  border-radius: 1rem;
  background: #fff;
}

.industry-question-card + .industry-question-card {
  margin-top: .7rem;
}

.industry-question-card span {
  display: grid;
  place-items: center;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: .8rem;
  background: #edf4ff;
  color: var(--blue);
  font-size: .72rem;
  font-weight: 800;
}

.industry-question-card p {
  margin: 0;
  color: var(--navy);
  font-weight: 700;
}

.industry-detail-source {
  margin-top: 1rem;
  padding: .8rem 1rem;
  border-radius: .85rem;
  background: #f5f8fc;
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.45;
}

.industry-detail-heading {
  max-width: 780px;
  margin-bottom: 2.25rem;
}

.industry-detail-heading.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.industry-detail-heading h2 {
  margin: .55rem 0 1rem;
}

.industry-detail-grid {
  display: grid;
  gap: 1rem;
}

.industry-detail-grid.four {
  grid-template-columns: repeat(4,minmax(0,1fr));
}

.industry-detail-card,
.industry-type-card {
  padding: 1.45rem;
  border: 1px solid rgba(1,23,64,.09);
  border-radius: 1.2rem;
  background: #fff;
}

.industry-detail-card > span {
  display: block;
  margin-bottom: .65rem;
  color: var(--blue);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.industry-detail-card h3 {
  margin: 0 0 .55rem;
  font-size: 1.08rem;
}

.industry-detail-card p,
.industry-type-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.industry-type-card strong {
  display: block;
  margin-bottom: .55rem;
  color: var(--navy);
  font-family: "Manrope","Inter",system-ui,sans-serif;
}

.industry-detail-split {
  display: grid;
  grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr);
  gap: clamp(2.5rem,6vw,5rem);
  align-items: center;
}

.industry-detail-split h2 {
  margin: .55rem 0 1rem;
}

.industry-example-panel,
.industry-boundary-panel {
  display: grid;
  gap: .8rem;
}

.industry-example-row {
  padding: 1rem 1.1rem;
  border: 1px solid rgba(1,23,64,.08);
  border-radius: 1rem;
  background: #fff;
}

.industry-example-row.answer {
  margin-left: 2rem;
  border-color: rgba(19,102,255,.2);
  background: #f7faff;
}

.industry-example-row span {
  display: block;
  margin-bottom: .35rem;
  color: var(--blue);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.industry-example-row p {
  margin: 0;
  line-height: 1.55;
}

.industry-boundary-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  padding: 1.2rem;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid rgba(1,23,64,.08);
}

.industry-boundary-row > span {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  font-weight: 900;
}

.industry-boundary-row.good > span {
  background: #edf8f1;
  color: #16874a;
}

.industry-boundary-row.stop > span {
  background: #fff1f1;
  color: #b62e2e;
}

.industry-boundary-row strong {
  display: block;
  margin-bottom: .35rem;
}

.industry-boundary-row p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

@media (max-width: 1000px) {
  .industry-detail-grid.four {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}

@media (max-width: 900px) {
  .industry-detail-hero-grid,
  .industry-detail-split {
    grid-template-columns: 1fr;
  }

  .industry-detail-visual {
    max-width: 640px;
  }
}

@media (max-width: 620px) {
  .industry-detail-grid.four {
    grid-template-columns: 1fr;
  }

  .industry-example-row.answer {
    margin-left: 0;
  }
}

/* J94C2 new industry hero alignment */
.local-service-page .industry-detail-visual,
.local-retail-page .industry-detail-visual {
  align-self: start;
  margin-top: clamp(4.75rem, 6vw, 5.5rem);
}

@media (max-width: 900px) {
  .local-service-page .industry-detail-visual,
  .local-retail-page .industry-detail-visual {
    margin-top: 0;
  }
}

/* J95A1 mobile legal tables */
.legal-table-shell {
  width: 100%;
  max-width: 100%;
}

.legal-table-scroll {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-inline: contain;
}

.legal-table-scroll table {
  width: 100%;
  margin: 0;
}

.legal-table-scroll--privacy table {
  min-width: 680px;
}

.legal-table-scroll--subprocessors table {
  min-width: 900px;
}

.legal-table-hint {
  display: none;
  margin: 0 0 0.65rem;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.legal-table-scroll:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 3px;
  border-radius: 0.25rem;
}

@media (max-width: 760px) {
  .legal-table-hint {
    display: block;
  }

  .legal-table-scroll {
    padding-bottom: 0.35rem;
  }
}

/* J97B2 homepage mockup contrast */
.dash-sidebar .demo-product-nav span {
  color: #5f6d83;
}

.mini-input {
  color: #5f6d83;
}

.example-summary {
  color: #5f6d83;
}

/* J97B9 industries icon contrast */
.industries-preview-icon,
.industry-hub-icon {
  color: #0b5be7;
}
